* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

li {
	list-style: none;
	text-align: left;
}

fieldset,
img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

body {
	font: 16px 'Microsoft YaHei';
}

body {
	background: #fff;
}

html,
body {
	min-width: 1300px;
}

/* p {
  text-align: left;
  text-indent: 2em;
  text-align: justify;
  text-justify: distribute;
} */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #a7793d;
}

img,
input {
	margin: 0;
	padding: 0;
	border: none;
}

li,
ol,
ul {
	list-style: none;
}

button,
input[type='button'] {
	cursor: pointer;
}

input {
	outline: 0;
	background: 0 0;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.space01 {
	height: 10px;
	font: 0px/0px SimSun;
	clear: both;
}

.line01 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	margin-bottom: 20px;
	font: 0px/0px SimSun;
	border-bottom: 1px solid #e3e5f4;
	clear: both;
}

.ohd {
	overflow: hidden;
}

.ht {
	font-family: '\9ed1\4f53';
}

.yh {
	font-family: '\5fae\8f6f\96c5\9ed1';
}

.st {
	font-family: SimSun;
}

/*general end*/
/*particular*/

/* mobile */
@media screen and (max-width: 768px) {
}
